Linux ntp time server configuration tutorial, ntp server configuration
Network Time Protocol (NTP) is also a new test requirement for RHCE. During study, I also reviewed how to set the Linux Time. Now I will share it with you.
It is not difficult
SQL Server Date and Time Processing set
When the convert date conversion format is 20 or 120, the resulting string does not contain milliseconds.For example, select convert (varchar (23), getdate (), 120 or 20)21:46:43
When the date conversion
CONVERT (Data_type,expression[,style])CONVERT (varchar (10), field name, conversion format)DescriptionThis style is typically in the time type (Datetime,smalldatetime) and the string type (Nchar,nvarchar,char,varchar)It is only used when converting
---------------------------------------------Date/Time function-------------------------------------------------1: Sysdate is used to get the current date of the system select Sysdate from Dual;--2: add_months Add or Subtract month select To_char
One: Datatime in SQL1. Between and equals >= and 2. Commonly used methods of querying datatime into stringsSelect CONVERT (varchar), GETDATE (), at $)://YYYY-MM-DDSelect CONVERT (varchar), GETDATE (), ()://Yyyy-mm-dd HH:MM:SSSelect CONVERT (varchar),
Original address: http://blog.sina.com.cn/s/blog_61c006ea0100mgxe.html1. Date--helpPercent output% sign a literal%%a the current domain of the week abbreviation locale ' s abbreviated weekday name (Sun.. Sat)%A the current domain's full weekday name,
Article Source: http://www.cnblogs.com/zfc2201/p/3284965.htmlDate formatting: Alter session set nls_date_format= ' Yyyy-mm-dd hh24:mi:ss dy 'Note: The HH24 format cannot be set to am pm on PM Indicatorsysdate"function": Returns the current date.
Original: http://www.2cto.com/database/201310/250880.htmlSQL cast and CONVERT usage detailed Summary: The following applies only to Mysqlselect {fn CONCAT (CONVERT (User_id,char), user_name)} as Str from T_SYS_ User following this applies only to
---------------------------------------------Date/Time function-------------------------------------------------1:sysdateThe current date used to get the systemSELECT sysdate from DUAL;--2:add_monthsAdd or subtract a monthSELECT To_char (add_months (
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.